ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.TypeScript Namespace / ArrayExtension Class / get Method / get<T>(List<T>,Nullable<Double>) Method

In This Topic
    get<T>(List<T>,Nullable<Double>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function get(Of T)( _
       ByVal list As List(Of T), _
       ByVal index As Nullable(Of Double) _
    ) As T
    public static T get<T>( 
       List<T> list,
       Nullable<double> index
    )

    Parameters

    list
    index

    Type Parameters

    T
    See Also